gridpack::optimization::BinaryExpression Class Reference
#include <expression.hpp>
List of all members.
Constructor & Destructor Documentation
gridpack::optimization::BinaryExpression::BinaryExpression |
( |
const int & |
prec, |
|
|
const std::string & |
op, |
|
|
ExpressionPtr |
lhs, |
|
|
ExpressionPtr |
rhs | |
|
) |
| | |
gridpack::optimization::BinaryExpression::BinaryExpression |
( |
const BinaryExpression & |
old |
) |
|
gridpack::optimization::BinaryExpression::~BinaryExpression |
( |
void |
|
) |
|
Member Function Documentation
ExpressionPtr gridpack::optimization::BinaryExpression::lhs |
( |
void |
|
) |
|
Get the LHS of the expression.
const std::string& gridpack::optimization::BinaryExpression::op |
( |
void |
|
) |
const |
Get the RHS of the expresion.
The documentation for this class was generated from the following file: